const runtime._GCmark
15 uses
runtime (current package)
mgc.go#L252: _GCmark // GC marking roots and workbufs: allocate black, write barrier ENABLED
mgc.go#L259: writeBarrier.enabled = gcphase == _GCmark || gcphase == _GCmarktermination
mgc.go#L588: if cycle == n+1 || (gcphase == _GCmark && cycle == n+2) {
mgc.go#L650: if gcphase != _GCmark {
mgc.go#L916: setGCPhase(_GCmark)
mgc.go#L1027: if !(gcphase == _GCmark && gcIsMarkDone()) {
mgcmark.go#L1283: if gcphase == _GCmark {
mgcmark.go#L1342: if gcphase == _GCmark {
mgcmark.go#L1457: if gcphase == _GCmark {
mgcmark_greenteagc.go#L301: if gcphase == _GCmark {
mgcwork.go#L189: if flushed && gcphase == _GCmark {
mgcwork.go#L242: if flushed && gcphase == _GCmark {
mgcwork.go#L371: if gcphase == _GCmark {
trace.go#L432: if gcphase == _GCmark || gcphase == _GCmarktermination {
trace.go#L627: if !stopTrace && (gcphase == _GCmark || gcphase == _GCmarktermination) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |